Commit 2da9a189 authored by Adam Wujek's avatar Adam Wujek

Kconfig: move sourcing of ppsi/Kconfig_ppsi to the end

ppsi releated items shall be at the end of a dot-config because during
the making of *_defconfig a corresponding config is copied from
ppsi/configs.
See:
586d21c8 Makefile: on *_defconfig concatenate ppsi's config if present
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 1cca4855
......@@ -185,12 +185,6 @@ config LATENCY_SYSLOG
comment "features"
menu "PPSI config"
depends on WRPC_PPSI
source "ppsi/Kconfig_ppsi"
endmenu
config IPMI_CONSOLE
bool "Support for IPMI remote console"
depends on TARGET_ERTM14
......@@ -875,3 +869,10 @@ config PRINTF_NONE
boolean
default PRINTF_IS_NONE
comment "PTP configuration"
menu "PPSI config"
depends on WRPC_PPSI
source "ppsi/Kconfig_ppsi"
endmenu
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment