summaryrefslogtreecommitdiff
path: root/board/firefly
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-03-04 10:26:17 -0500
committerTom Rini <[email protected]>2024-03-13 12:40:43 -0400
commitefdf91c8eac143ff332c64ce58186f68ba396ae6 (patch)
tree612331aae0e5486760a5b589fba7c807a89efba1 /board/firefly
parent9a6e975c7c41f2fb67d7ef11fceb28942a4a4b4c (diff)
boards: Remove empty BOARD_SPECIFIC_OPTIONS
While there are currently uses for a stanza of "config BOARD_SPECIFIC_OPTIONS" followed by "def_bool y" and a series of select/imply statements, having this option set followed by nothing else doesn't provide anything. Remove these stanzas. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/firefly')
-rw-r--r--board/firefly/firefly-rk3288/Kconfig3
-rw-r--r--board/firefly/firefly-rk3308/Kconfig3
-rw-r--r--board/firefly/roc-pc-rk3399/Kconfig3
3 files changed, 0 insertions, 9 deletions
diff --git a/board/firefly/firefly-rk3288/Kconfig b/board/firefly/firefly-rk3288/Kconfig
index 1c2bca86824..ed1c9fcb643 100644
--- a/board/firefly/firefly-rk3288/Kconfig
+++ b/board/firefly/firefly-rk3288/Kconfig
@@ -9,7 +9,4 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "firefly-rk3288"
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
-
endif
diff --git a/board/firefly/firefly-rk3308/Kconfig b/board/firefly/firefly-rk3308/Kconfig
index 80b1ad85a2e..fd6b981c4f7 100644
--- a/board/firefly/firefly-rk3308/Kconfig
+++ b/board/firefly/firefly-rk3308/Kconfig
@@ -9,7 +9,4 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "firefly_rk3308"
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
-
endif
diff --git a/board/firefly/roc-pc-rk3399/Kconfig b/board/firefly/roc-pc-rk3399/Kconfig
index 720fbbb5fa3..c211e9d3c79 100644
--- a/board/firefly/roc-pc-rk3399/Kconfig
+++ b/board/firefly/roc-pc-rk3399/Kconfig
@@ -9,8 +9,5 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "roc-pc-rk3399"
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
-
endif