]> git.sur5r.net Git - u-boot/commitdiff
Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 19 Jul 2016 05:12:22 +0000 (10:42 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 22 Jul 2016 12:06:11 +0000 (14:06 +0200)
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 <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/Kconfig

index 8adc821ae0b3572dac211cb3266c20a14337b05e..46e7173c7c90a00bebacfac7d6cc9edc9581efa4 100644 (file)
@@ -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.