diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-11 08:51:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 20:45:26 -0400 |
commit | edd1653f04b3fae7e377be5f89e592f2b6266426 (patch) | |
tree | 92937c17cff21003cb543a91e196391b2bac48b9 /arch/arm/mach-omap2/omap3/Kconfig | |
parent | fc760cc6e80d00f669a5f54e1fd4549e725cb22e (diff) |
Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_OMAP3_ID_NAND
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-omap2/omap3/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/omap3/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index 7b298d671d..b90cadef8f 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -149,6 +149,12 @@ config TARGET_SNIPER endchoice +config SPL_OMAP3_ID_NAND + bool "Support OMAP3-specific ID and MFR function" + help + Support for an OMAP3-specific set of functions to return the + ID and MFR of the first attached NAND chip, if present. + config SYS_SOC default "omap3" |