X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/039ecf74509e7495ede20fe3e6100538be5aaa3f..cbc1514dc5832165f9943e4658dbd28b7a2092e5:/target/Config.in diff --git a/target/Config.in b/target/Config.in index 14cdfa577..f881245c6 100644 --- a/target/Config.in +++ b/target/Config.in @@ -11,6 +11,9 @@ config LINUX_2_6 config HAS_FPU bool +config AUDIO_SUPPORT + bool + config DISPLAY_SUPPORT bool @@ -18,6 +21,7 @@ config GPIO_SUPPORT bool config PCI_SUPPORT + select AUDIO_SUPPORT bool config PCIE_SUPPORT @@ -27,6 +31,7 @@ config PCMCIA_SUPPORT bool config USB_SUPPORT + select AUDIO_SUPPORT bool config BIG_ENDIAN @@ -50,7 +55,10 @@ config USES_TGZ config USES_CPIOGZ bool -config PROFILE_KCONFIG +config USES_UBIFS + bool + +config PROFILE_KCONFIG bool config NOMMU