06acd5a44066e3f0b421237af8a6181334d290d4
[kugel-rb.git] / firmware / export / config / sim.h
blob06acd5a44066e3f0b421237af8a6181334d290d4
1 /* This config file is for all simulators, and is used in addition to the
2 target specific configs */
4 #undef CONFIG_CPU
6 #undef HAVE_FMADC
8 #undef NEED_ATA_POWER_BATT_MEASURE
10 #undef CONFIG_I2C
12 #undef HAVE_PCM_DMA_ADDRESS
13 #undef HAVE_PCM_REC_DMA_ADDRESS
15 #undef FLASH_SIZE
17 #undef CPU_FREQ
19 #undef HAVE_ATA_POWER_OFF
21 #undef CONFIG_LCD
23 #undef CONFIG_LED
25 #undef ROM_START
27 #undef FIRMWARE_OFFSET_FILE_LENGTH
28 #undef FIRMWARE_OFFSET_FILE_CRC
29 #undef FIRMWARE_OFFSET_FILE_DATA
31 #undef AMS_OF_SIZE
33 #undef HAVE_MULTIDRIVE
34 #undef NUM_DRIVES
35 #undef HAVE_HOTSWAP
36 #undef HAVE_HOTSWAP_STORAGE_AS_MAIN
38 #undef CONFIG_STORAGE
40 #undef CONFIG_USBOTG
42 #undef USB_HANDLED_BY_OF
44 #undef HAVE_USBSTACK
45 #undef USE_ROCKBOX_USB
46 #undef USB_VENDOR_ID
47 #undef USB_PRODUCT_ID
48 #undef USB_NUM_ENDPOINTS
49 #undef HAVE_USB_HID_MOUSE
51 #undef HAVE_ADJUSTABLE_CPU_FREQ
53 #undef MI4_FORMAT
54 #undef BOOTFILE_EXT
55 #undef BOOTFILE
56 #undef BOOTDIR
58 #undef BOOTLOADER_ENTRYPOINT
60 #undef FLASH_ENTRYPOINT
62 #undef FLASH_MAGIC
64 #undef HAVE_EEPROM
65 #undef HAVE_EEPROM_SETTINGS
67 #undef HAVE_HARDWARE_BEEP
69 #undef HAVE_POWEROFF_WHILE_CHARGING
71 #undef INCLUDE_TIMEOUT_API
73 #undef HAVE_FLASHED_ROCKBOX
75 #undef IPOD_ACCESSORY_PROTOCOL
77 #undef HAVE_WHEEL_POSITION
79 #undef HAVE_LCD_MODES
81 #undef HAVE_SPEAKER
83 #if CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG
84 #undef CONFIG_BACKLIGHT_FADING
85 /* simulate SW_SETTING, as we handle sdl very similary */
86 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
88 #elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM || \
89 CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_TARGET)
90 /* we don't simulate that yet */
91 #undef CONFIG_BACKLIGHT_FADING
92 #endif
94 #ifdef HAVE_BACKLIGHT_BRIGHTNESS
95 #undef DEFAULT_BRIGHTNESS_SETTING
96 /* default for 100% in the sim */
97 #define DEFAULT_BRIGHTNESS_SETTING MAX_BRIGHTNESS_SETTING
98 #endif
100 #define HAVE_SDL
101 #define HAVE_SDL_AUDIO
102 #define _ISOC99_SOURCE 1