/openbmc/linux/drivers/clk/renesas/ |
H A D | Kconfig | 4 bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS 5 default y if ARCH_RENESAS 6 select CLK_EMEV2 if ARCH_EMEV2 7 select CLK_RZA1 if ARCH_R7S72100 8 select CLK_R7S9210 if ARCH_R7S9210 9 select CLK_R8A73A4 if ARCH_R8A73A4 10 select CLK_R8A7740 if ARCH_R8A7740 11 select CLK_R8A7742 if ARCH_R8A7742 12 select CLK_R8A7743 if ARCH_R8A7743 || ARCH_R8A7744 13 select CLK_R8A7745 if ARCH_R8A7745 [all …]
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | Kconfig | 9 bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH) 10 default y if ARCH_RENESAS || SUPERH 11 select PINCTRL_PFC_EMEV2 if ARCH_EMEV2 12 select PINCTRL_PFC_R8A73A4 if ARCH_R8A73A4 13 select PINCTRL_PFC_R8A7740 if ARCH_R8A7740 14 select PINCTRL_PFC_R8A7742 if ARCH_R8A7742 15 select PINCTRL_PFC_R8A7743 if ARCH_R8A7743 16 select PINCTRL_PFC_R8A7744 if ARCH_R8A7744 17 select PINCTRL_PFC_R8A7745 if ARCH_R8A7745 18 select PINCTRL_PFC_R8A77470 if ARCH_R8A77470 [all …]
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.debug | 13 Say Y here if you want to show the kernel pagetable layout in a 18 If in doubt, say "N" 25 Generate a warning if any W+X mappings are found at boot. 34 or like this, if the check failed: 38 Note that even if the check fails, your kernel is possibly 46 If in doubt, say "Y". 50 default UNWINDER_ARM if AEABI 51 default UNWINDER_FRAME_POINTER if !AEABI 119 in the kernel. This is helpful if you are debugging code that 136 Say Y here if you want kernel low-level debugging support [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | Kconfig | 15 Say Y if you own a USB DVB device. 17 if DVB_USB_V2 24 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 25 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 26 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 27 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 28 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 29 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT 30 select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT 31 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT [all …]
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | Kconfig | 1 if ARCH_SOCFPGA 13 select SPL_BOARD_INIT if SPL 15 select SPL_CLK if SPL 18 select SPL_DM_RESET if SPL 20 select SPL_REGMAP if SPL 22 select SPL_SYSCON if SPL 100 default "arria5-socdk" if TARGET_SOCFPGA_ARRIA5_SOCDK 101 default "arria10-socdk" if TARGET_SOCFPGA_ARRIA10_SOCDK 102 default "cyclone5-socdk" if TARGET_SOCFPGA_CYCLONE5_SOCDK 103 default "dbm-soc1" if TARGET_SOCFPGA_DEVBOARDS_DBM_SOC1 [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | proc.c | 46 if (!cpu_online(n)) in show_cpuinfo() 53 if (n == 0) { in show_cpuinfo() 55 if (mips_get_machine_name()) in show_cpuinfo() 77 if (cpu_has_watch) { in show_cpuinfo() 87 if (cpu_has_mips_1) in show_cpuinfo() 89 if (cpu_has_mips_2) in show_cpuinfo() 91 if (cpu_has_mips_3) in show_cpuinfo() 93 if (cpu_has_mips_4) in show_cpuinfo() 95 if (cpu_has_mips_5) in show_cpuinfo() 97 if (cpu_has_mips32r1) in show_cpuinfo() [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | Kconfig | 16 Say Y if you own a USB DVB device. 22 Say Y if you want to enable debugging. See modinfo dvb-usb (and the 25 if DVB_USB 31 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 32 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 39 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 40 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 55 select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT 56 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT 66 Say Y if you own such a device and want to use it. [all …]
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_core.c | 29 if (fd < 0) in touch_anon() 35 if (ret < 0) { in touch_anon() 36 if (errno != EINTR) { in touch_anon() 58 if (buf == MAP_FAILED) in alloc_and_touch_anon_noexit() 61 if (touch_anon((char *)buf, size)) { in alloc_and_touch_anon_noexit() 89 if (!cg_test) in test_cgcore_destroy() 93 if (cg_create(cg_test)) in test_cgcore_destroy() 99 if (child_pid < 0) in test_cgcore_destroy() 103 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy() 106 if (cg_killall(cg_test)) in test_cgcore_destroy() [all …]
|
H A D | test_freezer.c | 25 * Check if the cgroup is frozen by looking at the cgroup.events::frozen value. 29 if (frozen) { in cg_check_frozen() 30 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 1") != 0) { in cg_check_frozen() 38 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 0") != 0) { in cg_check_frozen() 66 if (fd < 0) in cg_enter_and_wait_for_frozen() 70 if (ret) in cg_enter_and_wait_for_frozen() 75 if (ret) in cg_enter_and_wait_for_frozen() 79 if (ret) in cg_enter_and_wait_for_frozen() 90 * If there are no events in 10 seconds, treat this as an error. 98 if (fd < 0) in cg_freeze_wait() [all …]
|
/openbmc/u-boot/arch/arm/mach-mvebu/ |
H A D | Kconfig | 1 if ARCH_MVEBU 49 default "2000000000" if ARMADA_XP || ARMADA_3700 || ARMADA_8K 50 default "1000000000" if ARMADA_38X || ARMADA_375 127 select BOARD_LATE_INIT if USB 142 default "clearfog" if TARGET_CLEARFOG 143 default "helios4" if TARGET_HELIOS4 144 default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX 145 default "db-88f6720" if TARGET_DB_88F6720 146 default "db-88f6820-gp" if TARGET_DB_88F6820_GP 147 default "db-88f6820-amc" if TARGET_DB_88F6820_AMC [all …]
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | Kconfig | 10 Say yes here if you want to enable PMBus support. 12 This driver can also be built as a module. If so, the module will 15 if PMBUS 21 If you say yes here you get hardware monitoring support for generic 27 This driver can also be built as a module. If so, the module will 33 If you say yes here you get hardware monitoring support for the ACBEL 36 This driver can also be built as a module. If so, the module will 44 If you say yes here you get hardware monitoring support for Analog 47 This driver can also be built as a module. If so, the module will 53 If you say yes here you get hardware monitoring support for Analog [all …]
|
/openbmc/linux/include/net/ |
H A D | tc_wrapper.h | 7 #if IS_ENABLED(CONFIG_RETPOLINE) 49 if (static_branch_likely(&tc_skip_wrapper)) in tc_act() 52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT) in tc_act() 53 if (a->ops->act == tcf_gact_act) in tc_act() 56 #if IS_BUILTIN(CONFIG_NET_ACT_MIRRED) in tc_act() 57 if (a->ops->act == tcf_mirred_act) in tc_act() 60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT) in tc_act() 61 if (a->ops->act == tcf_pedit_act) in tc_act() 64 #if IS_BUILTIN(CONFIG_NET_ACT_SKBEDIT) in tc_act() 65 if (a->ops->act == tcf_skbedit_act) in tc_act() [all …]
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | Kconfig | 15 select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT 16 select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT 17 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT 18 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT 19 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT 20 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 21 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT 22 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT 23 select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT 24 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | Kconfig | 19 Generic RTC class support. If you say yes here, you will 23 if RTC_CLASS 29 If you say yes here, the system time (wall clock) will be set using 48 If the clock you specify here is not battery backed, it may still 57 If you say yes here, the system time (wall clock) will be stored 59 minutes if userspace reports synchronized NTP status. 64 default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS 79 tristate "KUnit test for RTC lib functions" if !KUNIT_ALL_TESTS 85 If unsure, say N. 102 Say yes here if you want to use your RTCs using sysfs interfaces, [all …]
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | Kconfig | 12 select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT 13 select VIDEO_TVP5150 if MEDIA_SUBDRV_AUTOSELECT 14 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 15 select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR 16 select VIDEO_OV2640 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR 41 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT 42 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 43 select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 44 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 45 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT [all …]
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_chip.c | 41 if (chip->lun2card[i] & XD_CARD) in rtsx_enable_card_int() 43 if (chip->lun2card[i] & SD_CARD) in rtsx_enable_card_int() 45 if (chip->lun2card[i] & MS_CARD) in rtsx_enable_card_int() 48 if (chip->hw_bypass_sd) in rtsx_enable_card_int() 68 if (chip->lun2card[i] & XD_CARD) in rtsx_enable_bus_int() 70 if (chip->lun2card[i] & SD_CARD) in rtsx_enable_bus_int() 72 if (chip->lun2card[i] & MS_CARD) in rtsx_enable_bus_int() 75 if (chip->hw_bypass_sd) in rtsx_enable_bus_int() 79 if (chip->ic_version >= IC_VER_C) in rtsx_enable_bus_int() 84 if (!chip->adma_mode) in rtsx_enable_bus_int() [all …]
|
H A D | sd.c | 101 if (retval) in sd_check_data0_status() 104 if (!(stat & SD_DAT0_STATUS)) { in sd_check_data0_status() 127 if (rsp_type == SD_RSP_TYPE_R1b) 149 if (rsp_type == SD_RSP_TYPE_R2) { 155 } else if (rsp_type != SD_RSP_TYPE_R0) { 166 if (retval < 0) { 175 if (retval == -ETIMEDOUT) { 176 if (rsp_type & SD_WAIT_BUSY_END) { 178 if (retval != STATUS_SUCCESS) { 194 if (rsp_type == SD_RSP_TYPE_R0) [all …]
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | 12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or 20 default y if PPC32 24 default y if PPC64 41 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K) 42 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K) 47 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K) 54 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K) 55 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K) 63 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K) 64 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K) [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 154 if (debug >= level) \ 176 if ((R0 >> 3) >= c) in Frac28a() 201 if (!state->drxk_i2c_exclusive_lock) in drxk_i2c_unlock() 211 if (state->drxk_i2c_exclusive_lock) in drxk_i2c_transfer() 235 if (status >= 0 && status != 1) in i2c_write() 238 if (status < 0) in i2c_write() 256 if (status != 2) { in i2c_read() 257 if (debug > 2) in i2c_read() 259 if (status >= 0) in i2c_read() 274 if (state->single_master) in read16_flags() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | Kconfig | 11 If unsure, say Y. 13 if INPUT_TOUCHSCREEN 19 Say Y here if you have a 88PM860x PMIC and want to enable 22 If unsure, say N. 32 Say Y here if you have a touchscreen interface using the 37 If HWMON is selected, and the driver is told the reference voltage 41 If unsure, say N (but it's safe to say "Y"). 50 Say Y here if you have a touchscreen interface using the 54 If unsure, say N (but it's safe to say "Y"). 62 Say Y here if you want to support a touchscreen interface using [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | Kconfig | 15 control the speed of the fans. If you want this support you 23 This support can also be built as a module. If so, the module 26 if HWMON 34 Say Y here if you want the I2C chip drivers to produce a bunch of 35 debug messages to the system log. Select this if you are having 45 If you say yes here you get support for the sensor part of the first 53 This driver can also be built as a module. If so, the module 60 If you say yes here you get support for the sensor part of the 67 This driver can also be built as a module. If so, the module 74 If you say yes here you get support for the thermal, voltage, [all …]
|
/openbmc/linux/block/partitions/ |
H A D | Kconfig | 10 Say Y here if you would like to use hard disks under Linux which 18 If unsure, say N. 21 bool "Acorn partition support" if PARTITION_ADVANCED 22 default y if ARCH_ACORN 27 bool "Cumana partition support" if PARTITION_ADVANCED 28 default y if ARCH_ACORN 31 Say Y here if you would like to use hard disks under Linux which 35 bool "EESOX partition support" if PARTITION_ADVANCED 36 default y if ARCH_ACORN 40 bool "ICS partition support" if PARTITION_ADVANCED [all …]
|
/openbmc/linux/drivers/media/tuners/ |
H A D | Kconfig | 7 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 8 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 9 select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT 10 select MEDIA_TUNER_MT20XX if MEDIA_SUBDRV_AUTOSELECT 11 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT 12 select MEDIA_TUNER_TEA5761 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT 13 select MEDIA_TUNER_TEA5767 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT 14 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 15 select MEDIA_TUNER_TDA9887 if MEDIA_SUBDRV_AUTOSELECT 16 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT [all …]
|
/openbmc/linux/arch/csky/ |
H A D | Kconfig | 13 select ARCH_INLINE_READ_LOCK if !PREEMPTION 14 select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION 15 select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION 16 select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION 17 select ARCH_INLINE_READ_UNLOCK if !PREEMPTION 18 select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION 19 select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION 20 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION 21 select ARCH_INLINE_WRITE_LOCK if !PREEMPTION 22 select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION [all …]
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | Kconfig | 15 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT 16 select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT 17 select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT 18 select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT 19 select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT 20 select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT 21 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT 22 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT 23 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT 24 select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT [all …]
|