diff options
author | Tom Rini | 2022-03-23 17:20:05 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:46 -0400 |
commit | d7b7e3e906523cb1e543eca290a88fb58f03b8cd (patch) | |
tree | 9686160c0a158f3fff886c745b4526ce9fb24858 /board/atmel | |
parent | 36a4dae18fb855e1116396df608542322ea93c09 (diff) |
Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_USE_NORFLASH
CONFIG_SYS_USE_BOOT_NORFLASH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmel')
-rw-r--r-- | board/atmel/at91sam9263ek/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/at91sam9263ek/Kconfig b/board/atmel/at91sam9263ek/Kconfig index 3f0873fe510..71cbc89123e 100644 --- a/board/atmel/at91sam9263ek/Kconfig +++ b/board/atmel/at91sam9263ek/Kconfig @@ -9,4 +9,7 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "at91sam9263ek" +config SYS_USE_NORFLASH + bool "Use the NOR flash on the platform" + endif |