Skip to content

Commit

Permalink
Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Siva Durga Prasad Paladugu authored and Michal Simek committed Jul 28, 2016
1 parent 12eac7d commit 6bfa89f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6bfa89f

Please sign in to comment.