From: Siva Durga Prasad Paladugu Date: Tue, 19 Jul 2016 05:12:22 +0000 (+0530) Subject: Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig X-Git-Tag: KARO-TXSD-2017-03-15~544^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d25507f3df9b7c06e04b40b6d42f895493c5435;p=karo-tx-uboot.git Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig Move config option CONFIG_SYS_NO_FLASH as Kconfig option. All the boards which needs to enable this option can be done through defconfigs Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/common/Kconfig b/common/Kconfig index 8adc821ae0..46e7173c7c 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -197,3 +197,9 @@ config CONSOLE_RECORD_IN_SIZE tstc() and getc() will use this in preference to real device input. The buffer is allocated immediately after the malloc() region is ready. + +config SYS_NO_FLASH + bool "Disable support for parallel NOR flash" + default n + help + This option is used to disable support for parallel NOR flash.