sharp: add generation config

This commit is contained in:
Suguru Saito 2021-03-21 21:59:31 +09:00
parent 0571bd62a8
commit 74037658c6
8 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,12 @@
config BRAIN_2G
bool
default y if TARGET_PWG5300
config BRAIN_3G
bool
default y if TARGET_PWSH1 || TARGET_PWSH2
config BRAIN_4G
bool
default y if TARGET_PWSH3 || TARGET_PWSH4 || TARGET_PWSH5 || \
TARGET_PWSH6

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwg5300"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh1"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh2"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh3"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh4"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh5"
endif
source "board/sharp/common/Kconfig"

View File

@ -13,3 +13,5 @@ config SYS_CONFIG_NAME
default "pwsh6"
endif
source "board/sharp/common/Kconfig"