driver: npcx7: fixed typo in Kconfig.npcx files.

Fixed typo in Kconfig.npcx files.

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
Mulin Chao 2020-12-06 21:45:26 -08:00 committed by Anas Nashif
commit 14b98135fd
7 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config ADC_NPCX config ADC_NPCX
bool "Nuvoton NPCX embedd controller (EC) ADC driver" bool "Nuvoton NPCX embedded controller (EC) ADC driver"
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help
This option enables the ADC driver for NPCX family of This option enables the ADC driver for NPCX family of

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config ESPI_NPCX config ESPI_NPCX
bool "Nuvoton NPCX embedd controller (EC) ESPI driver" bool "Nuvoton NPCX embedded controller (EC) ESPI driver"
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help
This option enables the Intel Enhanced Serial Peripheral Interface This option enables the Intel Enhanced Serial Peripheral Interface

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config GPIO_NPCX config GPIO_NPCX
bool "Nuvoton NPCX embedd controller (EC) gpio driver" bool "Nuvoton NPCX embedded controller (EC) gpio driver"
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help
This option enables the GPIO driver for NPCX family of This option enables the GPIO driver for NPCX family of

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config NPCX_MIWU config NPCX_MIWU
bool "Nuvoton NPCX embedd controller (EC) miwu driver" bool "Nuvoton NPCX embedded controller (EC) miwu driver"
default y default y
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config PINMUX_NPCX config PINMUX_NPCX
bool "Nuvoton NPCX embedd controller (EC) pinmux driver" bool "Nuvoton NPCX embedded controller (EC) pinmux driver"
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help
This option enables the pin-mux driver for NPCX family This option enables the pin-mux driver for NPCX family

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config PWM_NPCX config PWM_NPCX
bool "Nuvoton NPCX embedd controller (EC) PWM driver" bool "Nuvoton NPCX embedded controller (EC) PWM driver"
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX
help help
This option enables the PWM driver for NPCX family of This option enables the PWM driver for NPCX family of

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config UART_NPCX config UART_NPCX
bool "Nuvoton NPCX embedd controller (EC) serial driver" bool "Nuvoton NPCX embedded controller (EC) serial driver"
select SERIAL_HAS_DRIVER select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT select SERIAL_SUPPORT_INTERRUPT
depends on SOC_FAMILY_NPCX depends on SOC_FAMILY_NPCX