Skip to content

Commit

Permalink
drivers/flash: group nRF sub-option under menuconfig
Browse files Browse the repository at this point in the history
Grouped all nRF driver sub-option under SOC_FLASH_NRF
menuconfig.

This makes menuconfig cleaner.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu authored and nashif committed Jan 20, 2020
1 parent bbe8e63 commit 3210951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/flash/Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config FLASH_NRF_FORCE_ALT

if !FLASH_NRF_FORCE_ALT

config SOC_FLASH_NRF
menuconfig SOC_FLASH_NRF
bool "Nordic Semiconductor nRF flash driver"
depends on SOC_FAMILY_NRF
select FLASH_HAS_PAGE_LAYOUT
Expand Down

0 comments on commit 3210951

Please sign in to comment.