登录 注册
当前位置:主页 > 资源下载 > 50 > linux环境下epson-rx8130ce芯片的驱动程序及其手册

linux环境下epson-rx8130ce芯片的驱动程序及其手册

  • 更新:2024-12-08 12:14:56
  • 大小:1.54MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:7Z

资源介绍

Installing the Driver To install the driver source: 1. Copy the file rtc-rx8130.c into the directory ./linux-3.8.x/drivers/rtc. "linux-3.8.x" refers to the base of the linux kernel source tree. 2. Add the following lines into the drivers/rtc/Kconfig file: config RTC_DRV_RX8130 tristate "Epson RX8130CE" help If you say yes here you get support for the Epson RX8130CE RTC chips. This driver can also be built as a module. If so, the module will be called rtc-rx8130. 3. Add the following line to the drivers/rtc/Makefile: obj-$(CONFIG_RTC_DRV_RX8130) += rtc-rx8130.o 4. During the rebuild, make sure to include the 'Epson RX8130CE' option in the Kernel Configuration window under 'Device Drivers' -> 'Real Time Clock'