We have to define it as a bool, otherwise kconfig complains with: package/bdwgc/Config.in:1:warning: config symbol defined without type Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
@@ -1,4 +1,5 @@
config BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
+ bool
default y
depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_i386 \
|| BR2_mips || BR2_mipsel || BR2_powerpc || BR2_sh \