Move c/h files implementing/defining standard library stuff into a new libc directory...
[kugel-rb.git] / firmware / export / config / sim.h
blob5b42394b1f8685f57ebdae93b1728aa9fc133adc
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
14 #undef FLASH_SIZE
16 #undef CPU_FREQ
18 #undef HAVE_ATA_POWER_OFF
20 #undef CONFIG_LCD
22 #undef CONFIG_LED
24 #undef ROM_START
26 #undef FIRMWARE_OFFSET_FILE_LENGTH
27 #undef FIRMWARE_OFFSET_FILE_CRC
28 #undef FIRMWARE_OFFSET_FILE_DATA
30 #undef AMS_OF_SIZE
32 #undef HAVE_MULTIDRIVE
33 #undef NUM_DRIVES
34 #undef HAVE_HOTSWAP
35 #undef HAVE_HOTSWAP_STORAGE_AS_MAIN
37 #undef CONFIG_STORAGE
39 #undef CONFIG_USBOTG
41 #undef USB_HANDLED_BY_OF
43 #undef HAVE_USBSTACK
44 #undef USE_ROCKBOX_USB
45 #undef USB_VENDOR_ID
46 #undef USB_PRODUCT_ID
47 #undef USB_NUM_ENDPOINTS
48 #undef HAVE_USB_HID_MOUSE
50 #undef HAVE_ADJUSTABLE_CPU_FREQ
52 #undef MI4_FORMAT
53 #undef BOOTFILE_EXT
54 #undef BOOTFILE
55 #undef BOOTDIR
57 #undef BOOTLOADER_ENTRYPOINT
59 #undef FLASH_ENTRYPOINT
61 #undef FLASH_MAGIC
63 #undef HAVE_EEPROM
64 #undef HAVE_EEPROM_SETTINGS
66 #undef HAVE_HARDWARE_BEEP
68 #undef HAVE_POWEROFF_WHILE_CHARGING
70 #undef INCLUDE_TIMEOUT_API
72 #undef HAVE_FLASHED_ROCKBOX
74 #undef IPOD_ACCESSORY_PROTOCOL
76 #undef HAVE_WHEEL_POSITION
78 #undef HAVE_LCD_MODES
80 #undef HAVE_SPEAKER
82 #if CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG
83 #undef CONFIG_BACKLIGHT_FADING
84 /* simulate SW_SETTING, as we handle sdl very similary */
85 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
87 #elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM || \
88 CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_TARGET)
89 /* we don't simulate that yet */
90 #undef CONFIG_BACKLIGHT_FADING
91 #endif
93 #ifdef HAVE_BACKLIGHT_BRIGHTNESS
94 #undef DEFAULT_BRIGHTNESS_SETTING
95 /* default for 100% in the sim */
96 #define DEFAULT_BRIGHTNESS_SETTING MAX_BRIGHTNESS_SETTING
97 #endif
99 #define _ISOC99_SOURCE 1