From fa49d58c2623837f4a4bc2e89032eccc2493a7da Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Sun, 15 Dec 2013 19:54:35 +0100 Subject: [PATCH] configs: add a configuration with ptp-noposix Even if it not a suggested configuration, having it in configs help ./MAKEALL to build-test the ptp-noposix option, which is still alive. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> --- configs/spec_noposix_defconfig | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 configs/spec_noposix_defconfig diff --git a/configs/spec_noposix_defconfig b/configs/spec_noposix_defconfig new file mode 100644 index 000000000..3603916e9 --- /dev/null +++ b/configs/spec_noposix_defconfig @@ -0,0 +1,28 @@ +# +# Automatically generated make config: don't edit +# +# CONFIG_WR_SWITCH is not set +CONFIG_WR_NODE=y +CONFIG_PRINT_BUFSIZE=128 +CONFIG_PRINTF_XINT=y +CONFIG_RAMSIZE=90112 +CONFIG_STACKSIZE=2048 +# CONFIG_PPSI is not set +CONFIG_UART=y +CONFIG_W1=y +# CONFIG_ETHERBONE is not set +# CONFIG_CMD_CONFIG is not set + +# +# wrpc-sw is tainted if you change the following options +# +CONFIG_DEVELOPER=y +# CONFIG_CHECK_RESET is not set +# CONFIG_PRINTF_FULL is not set +# CONFIG_PRINTF_MINI is not set +# CONFIG_PRINTF_NONE is not set +CONFIG_PTP_NOPOSIX=y +# CONFIG_DETERMINISTIC_BINARY is not set +# CONFIG_UART_SW is not set +# CONFIG_SDB_EEPROM is not set +CONFIG_LEGACY_EEPROM=y -- GitLab