Try and build the flash_shell on all platforms that have a flash driver rather than a limited set of know platforms. This hopefully acts as a build coverage test for all the flash drivers. The flash shell requires around 10K of memory so limit it to systems with 12K or more. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_LOG=y
|
|
CONFIG_FLASH=y
|
|
# Your flash driver may not enable this, even if it's supported.
|
|
# If that's the case and you're interested in the flash layout, enable
|
|
# it here.
|
|
# CONFIG_FLASH_PAGE_LAYOUT=y
|