xref: /openbmc/u-boot/board/geekbuying/geekbox/Kconfig (revision 7d8e9e8e24b247944bbff6ab68e03cac81fde218)
1if TARGET_GEEKBOX
2
3config SYS_BOARD
4	default "geekbox"
5
6config SYS_VENDOR
7	default "geekbuying"
8
9config SYS_CONFIG_NAME
10	default "geekbox"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13	def_bool y
14
15endif
16