target: add a feature flag for RTC support
[openwrt/openwrt.git] / target / Config.in
index 226624564a284cccc48506d9fb32db93021c5fa8..cc42ad1266139d5aa9050a59a95b6a085291fed2 100644 (file)
@@ -2,6 +2,11 @@ source "tmp/.config-target.in"
 
 # Kernel/Hardware features
 
+config HAS_SPE_FPU
+       depends powerpc
+       select HAS_FPU
+       bool
+
 config HAS_FPU
        bool
 
@@ -28,6 +33,9 @@ config USB_SUPPORT
 config USB_GADGET_SUPPORT
        bool
 
+config RTC_SUPPORT
+       bool
+
 config BIG_ENDIAN
        bool