Merge pull request #7 from Sgch/develop

sharp: add generation config
This commit is contained in:
Takumi Sueda 2021-03-21 22:22:34 +09:00 committed by GitHub
commit d72ea5adf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BRAIN_2G
bool
default y if TARGET_PWG5300
config BRAIN_3G_4G
bool
default y if TARGET_PWSH1 || TARGET_PWSH2 || 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"