Remove all traces of CONFIG_SYSLOG

This commit is contained in:
Gregory Nutt
2016-06-19 13:59:43 -06:00
parent 9434d3e945
commit 5b2aa7bf99
374 changed files with 326 additions and 610 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
* *
****************************************************************************/ ****************************************************************************/
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG) #ifdef CONFIG_ARMV7M_ITMSYSLOG
void itm_syslog_initialize(void); void itm_syslog_initialize(void);
#else #else
# define itm_syslog_initialize() # define itm_syslog_initialize()
+2 -2
View File
@@ -52,7 +52,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "itm_syslog.h" #include "itm_syslog.h"
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG) #ifdef CONFIG_ARMV7M_ITMSYSLOG
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
@@ -189,4 +189,4 @@ void itm_syslog_initialize(void)
(void)syslog_channel(&g_itm_channel); (void)syslog_channel(&g_itm_channel);
} }
#endif /* CONFIG_SYSLOG && CONFIG_ARMV7M_ITMSYSLOG */ #endif /* CONFIG_ARMV7M_ITMSYSLOG */
-7
View File
@@ -101,13 +101,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Check if an interrupt stack size is configured */ /* Check if an interrupt stack size is configured */
#ifndef CONFIG_ARCH_INTERRUPTSTACK #ifndef CONFIG_ARCH_INTERRUPTSTACK
+1 -1
View File
@@ -884,7 +884,7 @@ static inline void efm32_gpioclock(void)
* *
****************************************************************************/ ****************************************************************************/
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG) #ifdef CONFIG_ARMV7M_ITMSYSLOG
static inline void efm32_itm_syslog(void) static inline void efm32_itm_syslog(void)
{ {
int regval; int regval;
+1 -1
View File
@@ -911,7 +911,7 @@ static void stm32_stdclockconfig(void)
* *
****************************************************************************/ ****************************************************************************/
#if defined(CONFIG_SYSLOG) && defined(CONFIG_ARMV7M_ITMSYSLOG) #ifdef CONFIG_ARMV7M_ITMSYSLOG
static inline void rcc_itm_syslog(void) static inline void rcc_itm_syslog(void)
{ {
/* Enable SWO output */ /* Enable SWO output */
-7
View File
@@ -181,13 +181,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* If GPIO IRQ support is defined, then a set of GPIOs must all be included */ /* If GPIO IRQ support is defined, then a set of GPIOs must all be included */
#if CONFIG_AVR32_GPIOIRQSETA == 0 && CONFIG_AVR32_GPIOIRQSETB == 0 #if CONFIG_AVR32_GPIOIRQSETA == 0 && CONFIG_AVR32_GPIOIRQSETB == 0
-7
View File
@@ -100,13 +100,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/************************************************************************************ /************************************************************************************
* Public Types * Public Types
************************************************************************************/ ************************************************************************************/
-7
View File
@@ -106,13 +106,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/************************************************************************************ /************************************************************************************
* Public Types * Public Types
************************************************************************************/ ************************************************************************************/
-7
View File
@@ -99,13 +99,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/**************************************************************************** /****************************************************************************
* Private Functions * Private Functions
****************************************************************************/ ****************************************************************************/
-7
View File
@@ -100,13 +100,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Check if an interrupt stack size is configured */ /* Check if an interrupt stack size is configured */
#ifndef CONFIG_ARCH_INTERRUPTSTACK #ifndef CONFIG_ARCH_INTERRUPTSTACK
-7
View File
@@ -98,13 +98,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Check if an interrupt stack size is configured */ /* Check if an interrupt stack size is configured */
#ifndef CONFIG_ARCH_INTERRUPTSTACK #ifndef CONFIG_ARCH_INTERRUPTSTACK
-7
View File
@@ -101,13 +101,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Check if an interrupt stack size is configured */ /* Check if an interrupt stack size is configured */
#ifndef CONFIG_ARCH_INTERRUPTSTACK #ifndef CONFIG_ARCH_INTERRUPTSTACK
-7
View File
@@ -96,13 +96,6 @@
# endif # endif
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* The design for how we signal UART data availability is up in the air */ /* The design for how we signal UART data availability is up in the air */
#undef CONFIG_SIM_UART_DATAPOST #undef CONFIG_SIM_UART_DATAPOST
-7
View File
@@ -100,13 +100,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Check if an interrupt stack size is configured */ /* Check if an interrupt stack size is configured */
#ifndef CONFIG_ARCH_INTERRUPTSTACK #ifndef CONFIG_ARCH_INTERRUPTSTACK
-7
View File
@@ -102,13 +102,6 @@
# define USE_SERIALDRIVER 1 # define USE_SERIALDRIVER 1
#endif #endif
/* Determine which device to use as the system logging device */
#ifndef CONFIG_SYSLOG
# undef CONFIG_SYSLOG_CHAR
# undef CONFIG_RAMLOG_SYSLOG
#endif
/* Macros for portability */ /* Macros for portability */
#define IN_INTERRUPT (g_current_regs != NULL) #define IN_INTERRUPT (g_current_regs != NULL)
-1
View File
@@ -298,7 +298,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -588,7 +588,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -393,7 +393,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -402,7 +402,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -345,7 +345,6 @@ CONFIG_FS_FAT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -335,7 +335,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -514,7 +514,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -539,7 +539,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -581,7 +581,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -453,7 +453,6 @@ CONFIG_FS_PROCFS=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -1029,7 +1029,6 @@ CONFIG_FAT_MAXFNAME=32
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -452,7 +452,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -452,7 +452,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
@@ -489,7 +489,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -488,7 +488,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -292,7 +292,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -788,7 +788,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -792,7 +792,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -453,7 +453,6 @@ CONFIG_FS_FAT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -552,7 +552,6 @@ CONFIG_FS_FAT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -567,7 +567,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -442,7 +442,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -458,7 +458,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -668,7 +668,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -763,7 +763,6 @@ CONFIG_FS_FAT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -409,7 +409,6 @@ CONFIG_FS_ROMFS=y
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -654,7 +654,6 @@ CONFIG_FS_ROMFS=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -462,7 +462,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# #
# Graphics Support # Graphics Support
-1
View File
@@ -489,7 +489,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -753,7 +753,6 @@ CONFIG_NFS=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -474,7 +474,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -620,7 +620,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -634,7 +634,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -626,7 +626,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #
-1
View File
@@ -654,7 +654,6 @@ CONFIG_NET_HOSTNAME=""
# #
# System Logging # System Logging
# #
# CONFIG_SYSLOG is not set
# CONFIG_SYSLOG_TIMESTAMP is not set # CONFIG_SYSLOG_TIMESTAMP is not set
# #

Some files were not shown because too many files have changed in this diff Show More