Rename CONFIG_PWM to CONFIG_PWM_S5P and move to Kconfig

We rename the S5P specific "CONFIG_PWM" to CONFIG_PWM_S5P and move it to
Kconfig.  Given the usage of CONFIG_PWM_NX, we have that select this new
symbol.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Tom Rini
2022-06-15 12:03:49 -04:00
parent d398b29aa0
commit de0a732915
8 changed files with 9 additions and 11 deletions

View File

@@ -18,9 +18,6 @@
/* select serial console configuration */
/* PWM */
#define CONFIG_PWM
/* Miscellaneous configurable options */
#endif /* __CONFIG_H */

View File

@@ -21,9 +21,6 @@
/* MMC */
#define SDHCI_MAX_HOSTS 4
/* PWM */
#define CONFIG_PWM 1
/* USB Composite download gadget - g_dnl */
#define DFU_DEFAULT_POLL_TIMEOUT 300

View File

@@ -24,9 +24,6 @@
* select serial console configuration
*/
/* PWM */
#define CONFIG_PWM 1
#define COMMON_BOOT "console=ttySAC0,115200n8" \
" mem=128M " \
" " CONFIG_MTDPARTS_DEFAULT