bcm63xx: vg-8050: add missing compatible property
[oweals/openwrt.git] / target / Config.in
index 3aef76890dba3c18ac3fafa588cba61ce72009d7..9fead5994f709663dc6f86d487a20469289c5686 100644 (file)
@@ -2,6 +2,9 @@ source "tmp/.config-target.in"
 
 # Kernel/Hardware features
 
+config HAS_TESTING_KERNEL
+       bool
+
 config HAS_SPE_FPU
        depends on powerpc
        select HAS_FPU
@@ -34,8 +37,7 @@ config USB_GADGET_SUPPORT
        bool
 
 config RTC_SUPPORT
-       tristate
-       depends on m
+       bool
 
 config BIG_ENDIAN
        bool
@@ -96,6 +98,12 @@ config ARCH_64BIT
 config VIRTIO_SUPPORT
        bool
 
+config USES_ROOTFS_PART
+       bool
+
+config USES_BOOT_PART
+       bool
+
 # Architecture selection
 
 config aarch64