xemu/hw/timer
Paolo Bonzini 82f5181777 kconfig: introduce kconfig files
The Kconfig files were generated mostly with this script:

  for i in `grep -ho CONFIG_[A-Z0-9_]* default-configs/* | sort -u`; do
    set fnord `git grep -lw $i -- 'hw/*/Makefile.objs' `
    shift
    if test $# = 1; then
      cat >> $(dirname $1)/Kconfig << EOF
config ${i#CONFIG_}
    bool

EOF
      git add $(dirname $1)/Kconfig
    else
      echo $i $*
    fi
  done
  sed -i '$d' hw/*/Kconfig
  for i in hw/*; do
    if test -d $i && ! test -f $i/Kconfig; then
      touch $i/Kconfig
      git add $i/Kconfig
    fi
  done

Whenever a symbol is referenced from multiple subdirectories, the
script prints the list of directories that reference the symbol.
These symbols have to be added manually to the Kconfig files.

Kconfig.host and hw/Kconfig were created manually.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-27-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00
..
a9gtimer.c
allwinner-a10-pit.c
altera_timer.c
arm_mptimer.c
arm_timer.c
armv7m_systick.c
aspeed_timer.c error: Fix use of error_prepend() with &error_fatal, &error_abort 2018-10-19 14:51:34 +02:00
cadence_ttc.c
cmsdk-apb-dualtimer.c hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statements 2018-09-25 15:13:24 +01:00
cmsdk-apb-timer.c hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUE 2018-07-09 14:51:34 +01:00
digic-timer.c hw/digic: Add trailing '\n' to qemu_log() calls 2018-06-08 13:15:33 +01:00
ds1338.c i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
etraxfs_timer.c timer/etraxfs_timer: Convert sysbus init function to realize function 2018-12-13 13:48:00 +00:00
exynos4210_mct.c
exynos4210_pwm.c
exynos4210_rtc.c
grlib_gptimer.c timer/grlib_gptimer: Convert sysbus init function to realize function 2018-12-13 13:48:02 +00:00
hpet.c
i8254_common.c
i8254.c trivial: Don't include isa.h if it is not really necessary 2019-01-09 11:24:35 +01:00
imx_epit.c
imx_gpt.c
Kconfig kconfig: introduce kconfig files 2019-03-07 21:45:53 +01:00
lm32_timer.c
m41t80.c i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
m48t59-internal.h
m48t59-isa.c
m48t59.c hw/timer/m48t59: Move away from old_mmio accessors 2018-08-20 11:24:33 +01:00
Makefile.objs hw/timer/nrf51_timer: Add nRF51 Timer peripheral 2019-01-07 15:23:47 +00:00
mc146818rtc.c qapi: move RTC_CHANGE to the target schema 2019-02-18 14:44:05 +01:00
milkymist-sysctl.c
mips_gictimer.c
mss-timer.c
nrf51_timer.c hw/timer/nrf51_timer: Add nRF51 Timer peripheral 2019-01-07 15:23:47 +00:00
omap_gptimer.c
omap_synctimer.c
pl031.c hw/timer/pl031: Convert to using trace events 2019-02-21 18:17:46 +00:00
puv3_ost.c timer/puv3_ost: Convert sysbus init function to realize function 2018-12-13 13:48:02 +00:00
pxa2xx_timer.c
sh_timer.c fix "Missing break in switch" coverity reports 2018-08-23 13:32:50 +02:00
slavio_timer.c
stm32f2xx_timer.c hw/arm/stm32f205: Fix the UART and Timer region size 2018-11-19 15:29:08 +00:00
sun4v-rtc.c hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write() 2018-12-11 15:45:22 -02:00
trace-events hw/timer/pl031: Convert to using trace events 2019-02-21 18:17:46 +00:00
twl92230.c i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
xilinx_timer.c
xlnx-zynqmp-rtc.c