From db5b66435faa2bc9d8becd1b975fc6eeaabe0706 Mon Sep 17 00:00:00 2001 From: sunghan Date: Wed, 24 May 2017 14:22:34 +0900 Subject: [PATCH] modify sentence of Kconfig for syntax --- apps/examples/slsiwifi/Kconfig | 2 +- apps/examples/smart/Kconfig | 2 +- apps/wpa_supplicant/Kconfig | 2 +- os/drivers/wireless/Kconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/examples/slsiwifi/Kconfig b/apps/examples/slsiwifi/Kconfig index 7578018..9d190f0 100644 --- a/apps/examples/slsiwifi/Kconfig +++ b/apps/examples/slsiwifi/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see the file kconfig-language.txt in the NuttX tools repository. +# see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt # config EXAMPLES_SLSIWIFI diff --git a/apps/examples/smart/Kconfig b/apps/examples/smart/Kconfig index 0b81411..8c695a1 100644 --- a/apps/examples/smart/Kconfig +++ b/apps/examples/smart/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see the file kconfig-language.txt in the NuttX tools repository. +# see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt # config EXAMPLES_SMART diff --git a/apps/wpa_supplicant/Kconfig b/apps/wpa_supplicant/Kconfig index 24ba508..0832c84 100644 --- a/apps/wpa_supplicant/Kconfig +++ b/apps/wpa_supplicant/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see the file kconfig-language.txt in the NuttX tools repository. +# see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt # menu "wpa_supplicant" diff --git a/os/drivers/wireless/Kconfig b/os/drivers/wireless/Kconfig index e212984..f68fd6e 100644 --- a/os/drivers/wireless/Kconfig +++ b/os/drivers/wireless/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see the file kconfig-language.txt in the NuttX tools repository. +# see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt # if DRIVERS_WIRELESS -- 2.7.4