diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index 31a41ab80e..94fea2dbc5 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -249,6 +249,8 @@ config HAVE_ARCH_MEMMOVE bool default n +source src/vendorcode/Kconfig + menu "Chipset" comment "CPU" @@ -1108,5 +1110,3 @@ config POWER_BUTTON_IS_OPTIONAL default n if !(POWER_BUTTON_DEFAULT_ENABLE || POWER_BUTTON_DEFAULT_DISABLE) help Internal option that controls ENABLE_POWER_BUTTON visibility. - -source src/vendorcode/Kconfig |