add a comment for wireless driver
authorsunghan <sh924.chang@samsung.com>
Wed, 24 May 2017 05:25:52 +0000 (14:25 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 24 May 2017 05:25:52 +0000 (14:25 +0900)
Because of missing title(comment) of wireless, wireless is under ttrace.

os/drivers/Kconfig

index 772ba03..93b7a5e 100644 (file)
@@ -441,6 +441,10 @@ comment "System Logging Device Options"
 
 source drivers/syslog/Kconfig
 
+source drivers/ttrace/Kconfig
+
+comment "Wireless Device Options"
+
 menuconfig DRIVERS_WIRELESS
        bool "Wireless Device Support"
        default n
@@ -448,4 +452,4 @@ menuconfig DRIVERS_WIRELESS
                Drivers for various wireless devices.
 
 source drivers/wireless/Kconfig
-source drivers/ttrace/Kconfig
+