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:
@@ -18,9 +18,6 @@
|
||||
|
||||
/* select serial console configuration */
|
||||
|
||||
/* PWM */
|
||||
#define CONFIG_PWM
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
* select serial console configuration
|
||||
*/
|
||||
|
||||
/* PWM */
|
||||
#define CONFIG_PWM 1
|
||||
|
||||
#define COMMON_BOOT "console=ttySAC0,115200n8" \
|
||||
" mem=128M " \
|
||||
" " CONFIG_MTDPARTS_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user