Skip to content

Commit e1a2a33

Browse files
soc: nxp: lpc: Kconfig: imply clock control instead of selecting
For most builds, CONFIG_CLOCK_CONTROL is still required. However, for simple applications that only use UART on the lpcxpresso55s69, it is now possible to build with CONFIG_CLOCK_CONTROL=n and run the application as expected. Move to implying this symbol so applications can opt to disable it. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
1 parent 4930d62 commit e1a2a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nxp/lpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config SOC_FAMILY_LPC
55
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
6-
select CLOCK_CONTROL
6+
imply CLOCK_CONTROL
77
select ARM
88

99
if SOC_FAMILY_LPC

0 commit comments

Comments
 (0)